Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@DartPower
DartPower / ms-office-dl-links
Last active May 6, 2026 11:05
MS Office Download Links
@tejainece
tejainece / vscode_marketplace
Last active May 6, 2026 11:03
Marketplace for VS code to be used in Antigravity
https://marketplace.visualstudio.com/items
https://marketplace.visualstudio.com/_apis/public/gallery
@aaannz
aaannz / uyuni-db-migrate.sh
Last active May 6, 2026 11:00
Uyuni postgresql18 migration script
#!/bin/bash
DB_UPGRADE_SCRIPT=db-upgrade-script.sh
cat > $DB_UPGRADE_SCRIPT <<EOF
#!/bin/bash
set -e
echo "PostgreSQL version upgrade"

GitHub Search Syntax for Finding API Keys/Secrets/Tokens

As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.

Search Syntax:

(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))

Examples:

**1.

@arianvp
arianvp / SSH_MACOS_SECURE_ENCLAVES.md
Last active May 6, 2026 10:52
Native Secure Enclaved backed ssh keys on MacOS

Native Secure Enclave backed ssh keys on MacOS

It turns out that MacOS Tahoe can generate and use secure-enclave backed SSH keys! This replaces projects like https://github.com/maxgoedjen/secretive

There is a shared library /usr/lib/ssh-keychain.dylib that traditionally has been used to add smartcard support to ssh by implementing PKCS11Provider interface. However since recently it also implements SecurityKeyProivder which supports loading keys directly from the secure enclave! SecurityKeyProvider is what is normally used to talk to FIDO2 devices (e.g. libfido2 can be used to talk to your Yubikey). However you can now use it to talk to your Secure Enclave instead!

@acidgreenservers
acidgreenservers / mindseeds.md
Last active May 6, 2026 10:40
Wisdom is not stored as documentation. It is distilled into Seeds

MindSeeds

Website: MinsSeeds Seed Family: CogniSeeds · LinguaSeeds · ArchSeeds

Other Reference Site: Noosphere Nexus | Prompting For Cognition

Epistemic Compression Protocol · Public Domain

Wisdom is not stored as documentation. It is distilled into Seeds — compressed, generative heuristics that unfold into full reasoning frameworks on contact with a problem. Three families. One schema. Infinite application.